home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / ril.zip / README_BUILD < prev    next >
Text File  |  1992-09-08  |  1KB  |  40 lines

  1.  
  2. Building RIL.
  3.  
  4.     1.  First you must get version 6.3 of TCL.
  5.         This can be FTP'd from sprite.berkely.edu, among other places.
  6.  
  7.         You do not need to install tcl on your system if you don't
  8.         want to.  Ril will make a library libril.a which includes tcl
  9.         and ril.  That is the only library that an application needs
  10.         to link with to use RIL (and thereby TCL).
  11.  
  12.         If you already have TCL, then all you have to do is edit the
  13.         Imakefile and adjust the path where TCL is built.  Default
  14.         is ../tcl.  (You may want to redo the whole install thing
  15.         and just put ril.o into your libtcl.a, or just include ril.o
  16.         when you link stuff...) 
  17.  
  18.         If you don't have TCL on your system already, get it and
  19.         follow the instructions to build it.  It is straight-forward
  20.         and well documented.  TCL is worthy of your attention 
  21.         irrespective of RIL.  You may need TCL and don't know it yet!
  22.         Once you have TCL built, proceed with building RIL.
  23.  
  24.     2.  Edit the Imakefile and set the destination dirs for the installation
  25.         of the ril library, header files, and binaries.
  26.  
  27.     3. xmkmf
  28.  
  29.     4. make World
  30.         You can try out ril and ril2ad at this point.
  31.         Look in the Demos directory for examples to try.
  32.  
  33.     5. make install
  34.         Do this when you are satisfied that RIL is a Good Thing.
  35.  
  36.  
  37.     Please let me know of any difficulties you have, or any suggestions
  38.     on how to make the building better/easiar.
  39.     I am NOT an imake expert by any stretch of the imagination.
  40.